Open
Bug 1552137
Opened 6 years ago
Updated 3 years ago
The implementation of BindingJSObjectMallocBytes for CanvasRenderingContext2D should check the max canvas size
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Core
Graphics: Canvas2D
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: jonco, Unassigned, NeedInfo)
References
Details
The patch in bug 1551745 did this originally but that triggered a false positive rooting hazard.
Comment 1•6 years ago
|
||
I'm wasn't aware of this particular analysis pass, so for future reference: https://wiki.mozilla.org/Javascript:Hazard_Builds
Jon, do you know how to work around false positives in this analysis? Bumping the expected number of hazards doesn't sound appealing.
Flags: needinfo?(jcoppeard)
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•